Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SparseArray<T> Class / DataLength Property


In This Topic
    DataLength Property (SparseArray<T>)
    In This Topic
    Returns the length of the non-null data currently in the SparseArray<T>.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLength As Integer
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    Dim value As Integer
     
    value = instance.DataLength
    public int DataLength {get;}
    See Also